Fix typo in logging statement
authorJake Goulding <jake.goulding@integer32.com>
Thu, 14 Jul 2016 12:56:24 +0000 (08:56 -0400)
committerJake Goulding <jake.goulding@integer32.com>
Thu, 14 Jul 2016 12:56:24 +0000 (08:56 -0400)
src/cargo/ops/cargo_rustc/fingerprint.rs

index 449e69667131e7ea71bc0b965bf6bf0cfc795a3a..2bef5a90774a8cd8b43c72e82f463b42f69e5c27 100644 (file)
@@ -177,7 +177,7 @@ impl Fingerprint {
                 let a = a.0.lock().unwrap();
                 let b = b.0.lock().unwrap();
                 if *a != *b {
-                    bail!("mtime based comopnents have changed: {:?} != {:?}, \
+                    bail!("mtime based components have changed: {:?} != {:?}, \
                            paths are {:?} and {:?}", *a, *b, ap, bp)
                 }
             }